crypto/internal/fips140/nistec.P256Point.x (field)

18 uses

	crypto/internal/fips140/nistec (current package)
		p256_asm.go#L44: 	x, y, z p256Element
		p256_asm.go#L50: 		x: p256One, y: p256One, z: p256Zero,
		p256_asm.go#L56: 	p.x = p256Element{0x79e730d418a9143c, 0x75ba95fc5fedb601,
		p256_asm.go#L66: 	p.x, p.y, p.z = q.x, q.y, q.z
		p256_asm.go#L93: 		p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
		p256_asm.go#L95: 		if p256LessThanP(&r.x) == 0 || p256LessThanP(&r.y) == 0 {
		p256_asm.go#L98: 		p256Mul(&r.x, &r.x, &rr)
		p256_asm.go#L100: 		if err := p256CheckOnCurve(&r.x, &r.y); err != nil {
		p256_asm.go#L109: 		p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
		p256_asm.go#L110: 		if p256LessThanP(&r.x) == 0 {
		p256_asm.go#L113: 		p256Mul(&r.x, &r.x, &rr)
		p256_asm.go#L116: 		p256Polynomial(&r.y, &r.x)
		p256_asm.go#L504: 	p256Mul(x, &p.x, x)
		p256_asm.go#L528: 	p256Mul(x, &p.x, x)
		p256_asm.go#L641: 	p.x, p.y, p.z = t0.x, t0.y, p256One